FlexReport for WinForms
CopyTo メソッド (ChartObjectCollection<T>)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartObjectCollection<T> クラス : CopyTo メソッド
The one-dimensional System.Array that is the destination of the elements copied from collection. (The array must have zero-based indexing).
The zero-based index in array at which copying begins.
Copies the elements of the collection to an System.Array, starting at a particular array index.
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal array() As T, _
   ByVal index As System.Integer _
) 
'使用法
 
Dim instance As ChartObjectCollection(Of T)
Dim array() As T
Dim index As System.Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   T[] array,
   System.int index
)

パラメータ

array
The one-dimensional System.Array that is the destination of the elements copied from collection. (The array must have zero-based indexing).
index
The zero-based index in array at which copying begins.
参照

参照

ChartObjectCollection<T> クラス
ChartObjectCollection<T> メンバ